php forum
php mysql forum
php mysql smarty
 
Page 9 of 10 < 1 2 ... 7 8 9 10 >
Topic Options
#133133 - 07/03/01 08:10 AM Re: [6.0x] Statistic Hack 0.95
The_baptizer Offline
Junior Member

Registered: 07/02/01
Posts: 23
This is what my code looked like after i used multihack:

Code:
code:


This is what i have after performing the statistics multihack. It said it passed...
do i need to somehow add the code from my previous post to this code?(with the proper variable names?)

Top
#133134 - 07/03/01 09:23 AM Re: [6.0x] Statistic Hack 0.95
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
your ); and 1; are all on the same line they are not suppose too be.

Here cut and past this::

%vars_wordlets_mods = (
statistic_header => "<B>Statistics</B>",
statistic_monthly_hits => "<B>Monthly Hits:</B>",
statistic_total_posts => "<B>Total Posts:</B>",
statistic_total_topics => "<B>Total Topics:</B>",
statistic_total_forums => "<B>Total Forums:</B>",
statistic_total_members => "<B>Total Members:</B>",
statistic_average_member_posts => "<B>Average Posts per Member:</B>",
statistic_average_posts => "<B>Average Posts per Forum:</B>",
statistic_average_topic => "<B>Average Topics per Forum:</B>",
statistic_newest_member => "<B>Last member to register is</B>",
statistic_featured_member => "<B>Featured member is</B>",
);
1;
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#133135 - 07/06/01 10:06 AM Re: [6.0x] Statistic Hack 0.95
Tovok7 Offline
Member

Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
Topi (here known as topiland) made a variante of my Statistic Hack, it displays the monthly and the daily hits in controlpanel and forum home.

If you want to use his variante you have to remove a earlier installation of the statistics hack if installed and you need Multihack that can be found here .

Click here to download his file!

Topi topwp@hotmail.com will do the entire support for this variante, so if you have questions please ask him.
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img]
--------------------
Please visit my homepage !

Top
#133136 - 07/11/01 04:09 PM Re: [6.0x] Statistic Hack 0.95
SirGrendel Offline
Member

Registered: 05/23/01
Posts: 159
Hi!

Nur mal vorsichtig anfragen: wie siehts denn mit der Anzeige der kompletten Daten per SSI aus? Ich würds ja basteln, hab aber leider null Ahnung wink

Top
#133137 - 07/12/01 02:58 AM Re: [6.0x] Statistic Hack 0.95
Tovok7 Offline
Member

Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
German: Also diese Woche wirds nichts mehr, aber vielleicht kann ich naechste schon was releasen.

English: I don't think that I can release something this week but maybe next week.
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img]
--------------------
Please visit my homepage !

Top
#133138 - 07/15/01 03:45 AM Re: [6.0x] Statistic Hack 0.95
mark99 Offline
Member

Registered: 03/11/01
Posts: 314
Tovok7,

Couple of ideas/Questions.

Firstly that mini SSI (membertotal) file call code didn't work. Tried changing the internal URL, CHMODs and moved the file around a lot. Still no go.

Secondly, would it be possible to enhance this hack so that those who display 'Categories Only' can see something like 'Total Topics Per Cat' on the front page? It'd need an extra column on the right hand side. You'd also need to update the original cat code as otherwise the output would screw up.

Top
#133139 - 07/16/01 06:37 AM Re: [6.0x] Statistic Hack 0.95
Tovok7 Offline
Member

Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
Mark - Try that code and adjust the path:

Code:
code:


The Total Topic per Cat is surely possible but I haven't the time to code that for you, sorry!
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img]
--------------------
Please visit my homepage !

Top
#133140 - 07/16/01 10:51 AM Re: [6.0x] Statistic Hack 0.95
mark99 Offline
Member

Registered: 03/11/01
Posts: 314
Still won't work, whether you use a full or limited path makes no difference. I tried placing the file all over the CGI-Bin and CH-modding between 777 and 755, but no go.

No output when running the file directly or via SSI, maybe I'll see what Telnet does when I run it.

Top
#133141 - 07/16/01 01:48 PM Re: [6.0x] Statistic Hack 0.95
otaku Offline
Junior Member

Registered: 06/02/01
Posts: 16
this may sound weird but when it asks for the do command in cp_wordlets.cgi should I place them under each one?

Top
#133142 - 07/16/01 04:00 PM Re: [6.0x] Statistic Hack 0.95
Tovok7 Offline
Member

Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
Mark - replace "die" with an Error subroutine that prints out the variable "$!"

otaku - Please specify your question!
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img]
--------------------
Please visit my homepage !

Top
#133143 - 07/19/01 09:04 AM Re: [6.0x] Statistic Hack 0.95
humble [ThC] Offline
Member

Registered: 01/29/01
Posts: 76
Ok, I'm trying to add this to its own page... I got everything working except the data doesn't populate in the stats....

I basically used the guildlines set by Rule Hack for adding an additional page, and changed all the 'Rule' info to 'Stats' and deleted the body out of the .pl... which is called to from ultimatebb.cgi?ubb=stats...

The following lines are the section I need to add the correct code to get the stats data..

Code:
code:


I tried improvising the above like so, per your v095 instructions

Code:
code:



After a couple of hours, playing around... I isolated the code to these lines don't work when moved to an external page:

Code:
code:


And if I # out 3 lines, it displays the Member Total, # of Monthly Hits and that's about it 8(...

Any ideas / suggestions?
_________________________

Top
#133144 - 07/20/01 05:44 PM Re: [6.0x] Statistic Hack 0.95
Tovok7 Offline
Member

Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
Quote:
quote:


Sorry but I already did that. The difficult stuff is missing like SSI or additional statistic data.

Quote:
quote:


Your problem is that my instructions are using precalculated variables which are in ubb_forum_summary and not in your seperate file.

Thanks for the try
Tovok7
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img]
--------------------
Please visit my homepage !

Top
#133145 - 07/20/01 11:12 PM Re: [6.0x] Statistic Hack 0.95
humble [ThC] Offline
Member

Registered: 01/29/01
Posts: 76
Quote:
quote:


I don't want to release a hack of my own, I want to know how to get the info from the ubb forum summary 8)... So it'll work on my board 8)
_________________________

Top
#133146 - 07/21/01 05:05 AM Re: [6.0x] Statistic Hack 0.95
Tovok7 Offline
Member

Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
Quote:
quote:


You'll have to investigate all variables not working and you have to find their origin. Then copy the part out which is responsible for their content.
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img]
--------------------
Please visit my homepage !

Top
#133147 - 07/22/01 05:59 PM Re: [6.0x] Statistic Hack 0.95
kdog316 Offline
Junior Member

Registered: 05/12/01
Posts: 29
Loc: Mesa, AZ
i installed your hack through map hack 1.5 and the only erorr installing was the wordlets mods file which i didnt have. So now it doesnt show the names for the statistics it only shows the stats like this

1 678
56 67
89 89
90 67

whats going on confused
_________________________
Come visit my site at http://www.allaroundsite.com its not done yet but it will be soon.

Top
#133148 - 07/23/01 02:33 AM Re: [6.0x] Statistic Hack 0.95
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Get Mods Wordlets Devkit from www.qasic.com/ubbhacks.html, or the MultiHack version from www.ubbdev.com/mhk
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#133149 - 07/23/01 09:02 PM Re: [6.0x] Statistic Hack 0.95
kebab1701 Offline
Junior Member

Registered: 07/21/01
Posts: 20
hey,

im getting an error on my forum

Software error:
Illegal division by zero at /d02/sec/s18/a0004oe6/cgi-bin/ubb_forum_summary.cgi line 94.
For help, please send mail to the webmaster (Your Webmaster), giving this error message and the time and date of the error.


can anyone help tovok7 i have sent you the file to see if you can fix it.

Top
#133150 - 07/24/01 02:09 AM Re: [6.0x] Statistic Hack 0.95
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
You have to have atleast 1 forum/post.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#133151 - 07/25/01 10:22 AM Re: [6.0x] Statistic Hack 0.95
Tovok7 Offline
Member

Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
Thank you LK for all the support you did for me, I appreciate that wink

kebab1701 - The easiest way to get rid of that error is to make a welcome post in every forum or to wait for version 1.00 of this hack.
I'm working currently on this and I already wrote something to catch this error.

Other planned features are:
  • Featured Member stays as long as you want it to stay
  • Featured Member selectable over Controlpanel
  • Archives not included in Totals and Averages
  • All Monthly Hits in a bar chart
  • Last User To Post
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img]
--------------------
Please visit my homepage !

Top
#133152 - 07/25/01 02:49 PM Re: [6.0x] Statistic Hack 0.95
Splitfyre Offline
Member

Registered: 07/18/01
Posts: 250
Loc: Vancouver
Hey there,

When is this statistics hack going gold (final..not beta release?)

Cheers!

-=Splitfyre=-
_________________________
Splitfyre
Futurelooks Interactive Media Inc.
"Digital Lifestyle & Culture for the Masses!"
W: http://www.futurelooks.com
F: http://forums.futurelooks.com

Top
Page 9 of 10 < 1 2 ... 7 8 9 10 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks